Ejemplo n.º 1
0
 def __init__(self, *args): 
   self.type = self.skos.ConceptScheme
   Node.__init__(self, args) 
Ejemplo n.º 2
0
 def __init__(self, *args): 
   self.type = self.schema.ContactPoint
   Node.__init__(self, args) 
Ejemplo n.º 3
0
 def __init__(self, *args): 
   self.type = self.dct.Frequency
   Node.__init__(self, args) 
Ejemplo n.º 4
0
 def __init__(self, *args):
   self.type = self.dcat.Distribution
   Node.__init__(self, args) 
Ejemplo n.º 5
0
 def __init__(self, *args):
     self.type = self.hydra.Operation
     Node.__init__(self, args)
Ejemplo n.º 6
0
 def __init__(self, *args): 
   self.type = self.hydra.Class
   Node.__init__(self, args) 
Ejemplo n.º 7
0
 def __init__(self, *args):
     self.type = self.schema.CreativeWork
     Node.__init__(self, args)
Ejemplo n.º 8
0
 def __init__(self, *args):
     self.type = self.epos.WebService
     Node.__init__(self, args)
Ejemplo n.º 9
0
 def __init__(self, *args):
     self.type = self.hydra.IriTemplate
     Node.__init__(self, args)
Ejemplo n.º 10
0
 def __init__(self, *args):
     self.type = self.dct.RightsStatement
     Node.__init__(self, args)
Ejemplo n.º 11
0
 def __init__(self, *args):
     self.type = self.dct.MediaTypeOrExtent
     Node.__init__(self, args)
Ejemplo n.º 12
0
 def __init__(self, *args):
     self.type = self.epos.Publication
     Node.__init__(self, args)
Ejemplo n.º 13
0
 def __init__(self, *args): 
   self.type = self.vcard.Kind
   Node.__init__(self, args) 
Ejemplo n.º 14
0
 def __init__(self, *args):
     self.type = self.foaf.Project
     Node.__init__(self, args)
Ejemplo n.º 15
0
 def __init__(self, *args): 
   self.type = self.dcat.Dataset
   Node.__init__(self, args)
Ejemplo n.º 16
0
 def __init__(self, *args):
     self.type = self.dct.Standard
     Node.__init__(self, args)
Ejemplo n.º 17
0
 def __init__(self, *args):
     self.type = self.dcat.CatalogRecord
     Node.__init__(self, args)
Ejemplo n.º 18
0
 def __init__(self, *args):
     self.type = self.schema.Organization
     Node.__init__(self, args)
Ejemplo n.º 19
0
 def __init__(self, *args): 
   self.type = self.schema.PropertyValue
   Node.__init__(self, args) 
Ejemplo n.º 20
0
 def __init__(self, *args):
     self.type = self.dct.LinguisticSystem
     Node.__init__(self, args)
Ejemplo n.º 21
0
 def __init__(self, *args):
     self.type = self.spdx.Checksum
     Node.__init__(self, args)
Ejemplo n.º 22
0
 def __init__(self, *args):
     self.type = self.dct.LicenseDocument
     Node.__init__(self, args)
Ejemplo n.º 23
0
 def __init__(self, *args):
     self.type = self.dct.ProvenanceStatement
     Node.__init__(self, args)
Ejemplo n.º 24
0
 def __init__(self, *args):
     self.type = self.foaf.Agent
     Node.__init__(self, args)
Ejemplo n.º 25
0
 def __init__(self, *args):
     self.type = self.schema.SoftwareApplication
     Node.__init__(self, args)
Ejemplo n.º 26
0
 def __init__(self, *args): 
   self.type = self.dct.Location
   Node.__init__(self, args) 
Ejemplo n.º 27
0
 def __init__(self, *args):
     self.type = self.dct.RDFSLiteral
     Node.__init__(self, args)
Ejemplo n.º 28
0
 def __init__(self, *args):
     self.type = self.epos.Equipment
     Node.__init__(self, args)
Ejemplo n.º 29
0
 def __init__(self, identifier, dictionary):
     Node.__init__(self, identifier, dictionary)
     self.type = self.schema.SoftwareSourceCode
Ejemplo n.º 30
0
 def __init__(self, *args):
     self.type = self.dct.PeriodOfTime
     Node.__init__(self, args)