@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix formats: <http://www.w3.org/ns/formats/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://www.w3.org/ns/formats/data/RDFa.html> dcterms:title "Information Resource for the RDFa RDF Serialization Format" .

formats:RDFa a formats:Format ;
    dcterms:created "2010-05-04" ;
    dcterms:creator <http://www.ivan-herman.net/foaf#me> ;
    dcterms:description "Unique Identifier for the RDFa RDF Serialization Format" ;
    dcterms:modified "2021-10-13" ;
    rdfs:comment "RDFa is defined by the “RDFa Core 1.1: Syntax and processing rules for embedding RDF through attributes” W3C Recommendation." ;
    rdfs:isDefinedBy <http://www.w3.org/TR/rdfa-core/> .

<http://www.ivan-herman.net/foaf#me> a foaf:Person ;
    rdfs:seeAlso <http://www.ivan-herman.net/foaf> ;
    foaf:mbox <mailto:ivan@w3.org> ;
    foaf:name "Ivan Herman" ;
    foaf:title "Semantic Web Activity Lead" ;
    foaf:workplaceHomepage <http://www.w3.org> .


