digraph DCAT_v2_summary{
ratio = "auto"
node [
fontname = Helvetica
fontsize = 8
shape = "record"
]
edge [
arrowtail = "empty"
arrowhead = "vee"
fontsize=8
fontcolor=red
fontname=Helvetica
]
foafAgent[
label = <{foaf:Agent}>
]
dcatCatalog [href="https://rawgit.com/w3c/dxwg/dcat-2pwd-internal-review/dcat/index.html#Class:Catalog",
label = <{dcat:Catalog|+ dct:license
+ dct:rights
+ foaf:homepage
::dcat:Dataset
+ dct:accrualPeriodicity
+ dct:spatial
+ dct:temporal
+ prov:wasGeneratedBy
::dcat:Resource
+ dcat:contactPoint
+ dcat:keyword
+ dcat:landingPage
+ dct:conformsTo
+ dct:creator
+ dct:description
+ dct:identifier
+ dct:issued
+ dct:language
+ dct:modified
+ dct:relation
+ dct:title
+ dct:type}>
]
dcatCatalogRecord [href="https://rawgit.com/w3c/dxwg/dcat-2pwd-internal-review/dcat/index.html#Class:Catalog_Record",
label = <{dcat:CatalogRecord|+ dct:description
+ dct:issued
+ dct:modified
+ dct:title}>
]
dcatDataset [href="https://rawgit.com/w3c/dxwg/dcat-2pwd-internal-review/dcat/index.html#Class:Dataset",
label = <{dcat:Dataset|+ dct:accrualPeriodicity
+ dct:spatial
+ dct:temporal
+ prov:wasGeneratedBy
::dcat:Resource
+ dcat:contactPoint
+ dcat:keyword
+ dcat:landingPage
+ dct:conformsTo
+ dct:creator
+ dct:description
+ dct:identifier
+ dct:issued
+ dct:language
+ dct:modified
+ dct:relation
+ dct:title
+ dct:type}>
]
dcatDataService [href="https://rawgit.com/w3c/dxwg/dcat-2pwd-internal-review/dcat/index.html#Class:Data_Service",
label = <{dcat:DataService|+ dcat:endpointDescription
+ dcat:endpointURL
+ dct:accessRights
+ dct:license
::dcat:Resource
+ dcat:contactPoint
+ dcat:keyword
+ dcat:landingPage
+ dct:conformsTo
+ dct:creator
+ dct:description
+ dct:identifier
+ dct:issued
+ dct:language
+ dct:modified
+ dct:relation
+ dct:title
+ dct:type}>
]
dcatResource [href="https://rawgit.com/w3c/dxwg/dcat-2pwd-internal-review/dcat/index.html#Class:Resource",
label = <{dcat:Resource|+ dcat:contactPoint
+ dcat:keyword
+ dcat:landingPage
+ dct:conformsTo
+ dct:creator
+ dct:description
+ dct:identifier
+ dct:issued
+ dct:language
+ dct:modified
+ dct:relation
+ dct:title
+ dct:type}>
]
dcatDistribution [href="https://rawgit.com/w3c/dxwg/dcat-2pwd-internal-review/dcat/index.html#Class:Distribution",
label = <{dcat:Distribution|+ dcat:accessURL
+ dcat:byteSize
+ dcat:downloadURL
+ dcat:mediaType
+ dct:conformsTo
+ dct:description
+ dct:format
+ dct:issued
+ dct:license
+ dct:modified
+ dct:rights
+ dct:title}>
]
dcatDataDistributionService [href="https://rawgit.com/w3c/dxwg/dcat-2pwd-internal-review/dcat/index.html#Class:Data_Distribution_Service",
label = <{dcat:DistributionService}>
]
dcatDiscoveryService [href="https://rawgit.com/w3c/dxwg/dcat-2pwd-internal-review/dcat/index.html#Class:Discovery_Service",
label=<{dcat:DiscoveryService}>
]
skosConceptScheme [
label = <{skos:ConceptScheme}>
]
skosConcept [
label = <{skos:Concept}>
]
dcatCatalog -> foafAgent [label="dct:publisher"]
edge [headlabel = "1..*"]
dcatCatalog -> dcatCatalogRecord [label="dct:record"]
edge [headlabel = "0..*"]
dcatCatalog -> dcatCatalog [label="dcat:catalog"]
dcatCatalog -> dcatDataset [label="dcat:dataset"]
edge [arrowhead = "o" headlabel=""]
dcatCatalog -> dcatDataset
edge [arrowhead="vee"]
dcatDataset -> dcatDataset [label="prov:wasDerivedFrom"]
dcatCatalogRecord -> foafAgent [label="dct:contributor"]
dcatCatalog -> skosConceptScheme [label="dcat:themeTaxonomy"]
skosConcept -> skosConceptScheme [label="skos:inScheme"]
edge [headlabel = "1..*"]
dcatCatalog -> dcatResource [label="dct:hasPart"]
edge [headlabel = "0..*"]
dcatResource -> skosConcept [label="dcat:theme" color="orange" fontcolor="orange"]
dcatCatalog -> dcatDataService [label="dcat:service"]
edge [headlabel=""]
dcatResource -> foafAgent [label="prov:wasAttributedTo"]
dcatResource -> foafAgent [label="dct:publisher"]
d1 [shape=point,width=0.01,height=0.01]
{dcatDataset, dcatDataService} -> d1 [dir="none"]
edge [arrowhead = "o" headlabel=""]
d1 -> dcatResource
edge [arrowhead="vee" headlabel="0..*"]
dcatDataset -> dcatDistribution [label="dcat:distribution"]
dcatDistribution -> dcatDataDistributionService [label="dcat:accessService"]
edge [arrowhead="vee" headlabel="1..*"]
dcatDataDistributionService -> dcatDataset [label="dcat:servesDataset"]
edge [arrowhead = "o" headlabel=""]
dcatDataDistributionService -> dcatDataService
dcatDiscoveryService -> dcatDataDistributionService
}