LINNAE-project / SFB-Annotator

This web app is intended for demo purposes only!
https://www.research-software.nl/software/sfb-annotator
Apache License 2.0
1 stars 0 forks source link

Assign VIAF instance to dcterms:Agent class #76

Closed arnikz closed 3 years ago

arnikz commented 3 years ago

https://github.com/LINNAE-project/SFB-Annotator/blob/e05c4eb621d734595488d907772514e85c963f17/data/rdf/local/example_1_2.ttl#L89

Add another triple with dcterms:Agent.

arnikz commented 3 years ago

Ah, it's not needed according to FOAF:

<rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Agent" vs:term_status="stable" rdfs:label="Agent"
 rdfs:comment="An agent (eg. person, group, software or physical artifact).">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <owl:equivalentClass rdf:resource="http://purl.org/dc/terms/Agent"/>