Skip to content

Commit

Permalink
Added most basic predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed May 28, 2013
1 parent 358ff87 commit 3ea8112
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions fedora.rdf
Expand Up @@ -68,6 +68,32 @@



<!-- file:/Users/ajs6f/Documents/fcrepo4/ontology/fedora#lastModified -->

<owl:DatatypeProperty rdf:about="file:/Users/ajs6f/Documents/fcrepo4/ontology/fedora#lastModified">

This comment has been minimized.

Copy link
@awoods

awoods May 28, 2013

Is there a way to decouple the subject of the property from your local user?

This comment has been minimized.

Copy link
@ajs6f

ajs6f May 28, 2013

Author Contributor

Oh, yeah, absolutely, of course (wouldn't be much real use otherwise! {grin} ). This is just a quick first draft to start to iron out what we need. I'llchange those hard-drive URLs to our chosen HTTP location, but we haven't yet finished choosing it!

<rdfs:label xml:lang="en">was last modified on</rdfs:label>
<rdfs:range rdf:resource="&xsd;dateTimeStamp"/>
</owl:DatatypeProperty>



<!-- file:/Users/ajs6f/Documents/fcrepo4/ontology/fedora#mixinTypes -->

<owl:DatatypeProperty rdf:about="file:/Users/ajs6f/Documents/fcrepo4/ontology/fedora#mixinTypes">
<rdfs:label xml:lang="en">has mixin type</rdfs:label>
</owl:DatatypeProperty>



<!-- file:/Users/ajs6f/Documents/fcrepo4/ontology/fedora#primaryType -->

<owl:DatatypeProperty rdf:about="file:/Users/ajs6f/Documents/fcrepo4/ontology/fedora#primaryType">
<rdfs:label xml:lang="en">has primary type</rdfs:label>
<rdfs:comment xml:lang="en">Indicates the name of the primary type of this resource. Normally this name can be resolved in the repository of origin into a JCR type description.</rdfs:comment>
</owl:DatatypeProperty>



<!-- file:/Users/ajs6f/Documents/fcrepo4/ontology/fedora#uuid -->

<owl:DatatypeProperty rdf:about="file:/Users/ajs6f/Documents/fcrepo4/ontology/fedora#uuid">
Expand Down

0 comments on commit 3ea8112

Please sign in to comment.