hbz / oerworldmap.prototype

OER World Map Prototype
2 stars 4 forks source link

Add additional type information to RDF #54

Closed acka47 closed 9 years ago

acka47 commented 10 years ago

Add rdf:type according to the OCWC data's arrays as already indicated in the wiki application profile.

acka47 commented 10 years ago

@literarymachine and me decided to posptpone the as this isn't covered with the current application profile. There, it currently reads:

:type
    a owl:ObjectProperty ;
    rdfs:comment "In the context of this application profile the property rdf:type is used to indicate the type of a resource (person, organization, project, or service)."@en ;
    rdfs:subPropertyOf rdf:type ;
    rdfs:isDefinedBy :ap ;
    rdfs:label "Type"@en ;
    rdfs:label "Typ"@de ;
    rdfs:range [
      a owl:Class ;
      owl:oneOf ( :Organization :Service :Person :Project )
    ] .

We will have to find a way to mark in the application first-class types (which can be created) and second-class types which can be added as additional information.

acka47 commented 9 years ago

Closing. Project finished for some time now.