Skip to content

Commit

Permalink
Updated dc:modified for all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hammar committed Apr 4, 2019
1 parent 6dde16f commit 5b8d0be
Show file tree
Hide file tree
Showing 7 changed files with 507 additions and 513 deletions.
41 changes: 20 additions & 21 deletions agents.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dc:description xml:lang="en">This REC model covers basic types of agents (people, organizations, groups), structurally mostly aligned with FOAF -- divergences are noted in the respective propertys&apos; documentation.</dc:description>
<dc:publisher>RealEstateCore Consortium</dc:publisher>
<dc:title>RealEstateCore Agents Module</dc:title>
<dcterms:modified>2019-03-25</dcterms:modified>
<dcterms:modified>2019-04-04</dcterms:modified>
<vann:preferredNamespacePrefix>agents</vann:preferredNamespacePrefix>
<vann:preferredNamespaceUri>https://w3id.org/rec/agents/3.0/</vann:preferredNamespaceUri>
<cpannotationschema:coversRequirements xml:lang="en">What is Karl Hammar&apos;s GitHub account ID?</cpannotationschema:coversRequirements>
Expand All @@ -31,18 +31,18 @@
<rdfs:seeAlso rdf:resource="https://w3id.org/rec/"/>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">3.0</owl:versionInfo>
</owl:Ontology>



<!--

<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!-- https://w3id.org/rec/agents/account -->
Expand All @@ -53,7 +53,7 @@
<rdfs:label xml:lang="en">account</rdfs:label>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/account"/>
</owl:ObjectProperty>



<!-- https://w3id.org/rec/agents/hasMember -->
Expand All @@ -65,7 +65,7 @@
<rdfs:label xml:lang="en">has member</rdfs:label>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/member"/>
</owl:ObjectProperty>



<!-- https://w3id.org/rec/agents/image -->
Expand All @@ -76,7 +76,7 @@
<rdfs:label xml:lang="en">image</rdfs:label>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/img"/>
</owl:ObjectProperty>



<!-- https://w3id.org/rec/agents/logo -->
Expand All @@ -87,18 +87,18 @@
<rdfs:label xml:lang="en">logo</rdfs:label>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/logo"/>
</owl:ObjectProperty>



<!--

<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!-- https://w3id.org/rec/agents/familyName -->
Expand All @@ -110,7 +110,7 @@
<rdfs:label xml:lang="en">family name</rdfs:label>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/familyName"/>
</owl:DatatypeProperty>



<!-- https://w3id.org/rec/agents/firstName -->
Expand All @@ -122,7 +122,7 @@
<rdfs:label xml:lang="en">first name</rdfs:label>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/firstName"/>
</owl:DatatypeProperty>



<!-- https://w3id.org/rec/agents/gender -->
Expand All @@ -134,7 +134,7 @@
<rdfs:label xml:lang="en">gender</rdfs:label>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/gender"/>
</owl:DatatypeProperty>



<!-- https://w3id.org/rec/agents/givenName -->
Expand All @@ -146,7 +146,7 @@
<rdfs:label xml:lang="en">given name</rdfs:label>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/givenName"/>
</owl:DatatypeProperty>



<!-- https://w3id.org/rec/agents/lastName -->
Expand All @@ -158,7 +158,7 @@
<rdfs:comment xml:lang="en">A person&apos;s last name (if they have one; this varies across cultural contexts).</rdfs:comment>
<rdfs:label xml:lang="en">last name</rdfs:label>
</owl:DatatypeProperty>



<!-- https://w3id.org/rec/agents/name -->
Expand All @@ -169,18 +169,18 @@
<rdfs:comment xml:lang="en">A name for some Agent. Stricter than FOAF, we assume that things that have names are Agents, not Things (e.g., other predicates will need be used to described identifiers for non-Agents).</rdfs:comment>
<rdfs:label xml:lang="en">name</rdfs:label>
</owl:DatatypeProperty>



<!--

<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!-- https://w3id.org/rec/agents/Group -->
Expand All @@ -191,7 +191,7 @@
<rdfs:label xml:lang="en">Group</rdfs:label>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/Group"/>
</owl:Class>



<!-- https://w3id.org/rec/agents/Organization -->
Expand All @@ -202,7 +202,7 @@
<rdfs:label xml:lang="en">Organization</rdfs:label>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
</owl:Class>



<!-- https://w3id.org/rec/agents/Person -->
Expand All @@ -218,4 +218,3 @@


<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->

Loading

0 comments on commit 5b8d0be

Please sign in to comment.