GithubHelp home page GithubHelp logo

rub-informatik-im-bauwesen / bcom Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 167 KB

The Building Concrete Monitoring Ontology (BCOM) is defined for capturing information of concrete work, concrete curing and testing of concrete properties.

Home Page: https://w3id.org/bcom

License: Creative Commons Attribution 4.0 International

ontology construction rdf owl aec concrete linked-data

bcom's Introduction

Markdown documentation created by pyLODE 2.4

Building Concrete Monitoring Ontology (BCOM) DOI

Metadata

Description

The Building Concrete Monitoring Ontology (BCOM) is defined for capturing information of concrete work, concrete curing and testing of concrete properties. Further Information on the development and usage of the Ontology can be found in the following publication: Liu et al. (2021): An ontology integrating as-built information for infrastructure asset management using BIM and semantic web. In: Proceedings of 2021 European Conference on Computing in Construction, Online eConference, URL: https://ec-3.org/publications/conferences/2021/paper/?id=167

Table of Contents

  1. Classes
  2. Object Properties
  3. Datatype Properties
  4. Namespaces
  5. Legend

Overview

Overview of Ontology
Figure 1: Ontology overview

Classes

Concrete curing, Concrete delivery, Concrete placement, Conformity testing of compressive strength, Fresh concrete properties, Storage, Test, Test sample,

Concrete curing

Property Value
IRI https://w3id.org/bcom#ConcreteCuring
Is Defined By https://w3id.org/bcom#
Description

This class provides information about the curing process after a concrete placement.

Super-classes owl:Thing (c)
In domain of bcom:MinAirTemperature (dp)
bcom:MaxAirTemperature (dp)
bcom:HasConcretePlacement (op)
bcom:EndDate (dp)
bcom:BeginDate (dp)
bcom:MethodOfAftertreatment (dp)
In range of bcom:HasCuring (op)

Concrete delivery

Property Value
IRI https://w3id.org/bcom#ConcreteDelivery
Is Defined By https://w3id.org/bcom#
Description

This class provides information about a concrete delivery.

Super-classes owl:Thing (c)
In domain of bcom:BeginTimeOfPlacement (dp)
bcom:DeliveryNote (dp)
bcom:EndTimeOfPlacement (dp)
bcom:DeliversConcreteFor (op)
bcom:HasSupplier (op)
In range of bcom:HasDelivery (op)

Concrete placement

Property Value
IRI https://w3id.org/bcom#ConcretePlacement
Is Defined By https://w3id.org/bcom#
Description

This class provides information about a concreting process itself.

Super-classes owl:Thing (c)
In domain of bcom:QuantityOfConcrete (dp)
bcom:HasCuring (op)
bcom:DateOfConcreting (dp)
bcom:HasDelivery (op)
bcom:HasTest (op)
bcom:DateOfStripping (dp)
bcom:ClassOfMonitoring (dp)
bcom:FreshConcreteTemperature (dp)
In range of bcom:SuppliesConcreteTo (op)
bcom:IsTestOf (op)
bcom:DeliversConcreteFor (op)
bcom:HasConcretePlacement (op)

Conformity testing of compressive strength

Property Value
IRI https://w3id.org/bcom#ConformityOfCompressiveStrength
Is Defined By https://w3id.org/bcom#
Description

This class provides information needed for performing and evaluating the conformity of concrete compressive strength.

Super-classes bcom:Test (c)
In domain of bcom:EvaluationOfTest (dp)
bcom:InterimCompressiveStrength (dp)
bcom:ConversionFactor (dp)
bcom:TestedDensity (dp)
bcom:NormativeReference (dp)
bcom:TestCharacteristic (dp)
bcom:FinalCompressiveStrength (dp)
bcom:TestedBreakingLoad (dp)

Fresh concrete properties

Property Value
IRI https://w3id.org/bcom#FreshConcreteProperties
Is Defined By https://w3id.org/bcom#
Description

This class represents a group of fresh concrete properties. A fresh concrete propertyset object will usually contain density, voids ratio, consistency.

Super-classes bcom:Test (c)
In domain of bcom:MaturityOfConcrete (dp)
bcom:VoidsRatio (dp)
bcom:ConcreteTemperature (dp)
bcom:BulkDensity (dp)
bcom:RateOfFlowTableTest (dp)

Storage

Property Value
IRI https://w3id.org/bcom#Storage
Is Defined By https://w3id.org/bcom#
Description

This class represents the storage conditions of a test sample.

Super-classes owl:Thing (c)
In domain of bcom:Humidity (dp)
bcom:Temperature (dp)
bcom:Condition (dp)
bcom:StoresSample (op)
bcom:Duration (dp)
In range of bcom:HasStorage (op)

Test

Property Value
IRI https://w3id.org/bcom#Test
Is Defined By https://w3id.org/bcom#
Description

This class represents the super-class for different types of tests, that can be performed on placed concrete.

Super-classes owl:Thing (c)
Sub-classes bcom:FreshConcreteProperties (c)
bcom:ConformityOfCompressiveStrength (c)
In domain of bcom:TestTime (dp)
bcom:HasTestPerson (op)
bcom:IsTestOf (op)
bcom:TestReport (dp)
bcom:HasTestSample (op)
bcom:TestDate (dp)
bcom:HasTestOrganisation (op)
In range of bcom:HasTest (op)
bcom:IsTestOrganisationOf (op)
bcom:IsTestSampleOf (op)
bcom:IsTestPersonOf (op)

Test sample

Property Value
IRI https://w3id.org/bcom#TestSample
Is Defined By https://w3id.org/bcom#
Description

This class provides information about test samples.

Super-classes owl:Thing (c)
In domain of bcom:Height (dp)
bcom:SamplingDate (dp)
bcom:HasStorage (op)
bcom:IsTestSampleOf (op)
bcom:WidthOrDia (dp)
bcom:ObjectTemperature (dp)
bcom:SampleID (dp)
bcom:Length (dp)
bcom:Weigth (dp)
In range of bcom:StoresSample (op)
bcom:HasTestSample (op)

Object Properties

delivers concrete for, has concrete placement, has curing, has delivery, has storage, has supplier, has test, has test organisation, has test person, has test sample, is test of, is test organisation of, is test person of, is test sample of, stores sample, supplies concrete to,

delivers concrete for

Property Value
IRI https://w3id.org/bcom#DeliversConcreteFor
Is Defined By https://w3id.org/bcom#
Description This property links a concrete delivery to its concrete placement activity where it was used for.
Domain(s) bcom:ConcreteDelivery (c)
Range(s) bcom:ConcretePlacement (c)

has concrete placement

Property Value
IRI https://w3id.org/bcom#HasConcretePlacement
Is Defined By https://w3id.org/bcom#
Description This property links a concrete curing process to its concrete placement activity.
Domain(s) bcom:ConcreteCuring (c)
Range(s) bcom:ConcretePlacement (c)

has curing

Property Value
IRI https://w3id.org/bcom#HasCuring
Is Defined By https://w3id.org/bcom#
Description This property links a concrete placement activity to its curing process.
Domain(s) bcom:ConcretePlacement (c)
Range(s) bcom:ConcreteCuring (c)

has delivery

Property Value
IRI https://w3id.org/bcom#HasDelivery
Is Defined By https://w3id.org/bcom#
Description This property links a concrete placement activity to its concrete delivery providing the used concrete.
Domain(s) bcom:ConcretePlacement (c)
Range(s) bcom:ConcreteDelivery (c)

has storage

Property Value
IRI https://w3id.org/bcom#HasStorage
Is Defined By https://w3id.org/bcom#
Description This property links a concrete test sample to its storage details.
Domain(s) bcom:TestSample (c)
Range(s) bcom:Storage (c)

has supplier

Property Value
IRI https://w3id.org/bcom#HasSupplier
Is Defined By https://w3id.org/bcom#
Description This property links a concrete delivery to its supplier.
Domain(s) bcom:ConcreteDelivery (c)
Range(s) vcard:Organization (c)

has test

Property Value
IRI https://w3id.org/bcom#HasTest
Is Defined By https://w3id.org/bcom#
Description This property links a concrete placement activity to its test procedure.
Domain(s) bcom:ConcretePlacement (c)
Range(s) bcom:Test (c)

has test organisation

Property Value
IRI https://w3id.org/bcom#HasTestOrganisation
Is Defined By https://w3id.org/bcom#
Description This property links a test procedure to its organization which is performing the test.
Domain(s) bcom:Test (c)
Range(s) vcard:Organization (c)

has test person

Property Value
IRI https://w3id.org/bcom#HasTestPerson
Is Defined By https://w3id.org/bcom#
Description This property links a test procedure to its person who is performing the test.
Domain(s) bcom:Test (c)
Range(s) vcard:Individual (c)

has test sample

Property Value
IRI https://w3id.org/bcom#HasTestSample
Is Defined By https://w3id.org/bcom#
Description This property links a test procedure to its test samples tested within this procedure.
Domain(s) bcom:Test (c)
Range(s) bcom:TestSample (c)

is test of

Property Value
IRI https://w3id.org/bcom#IsTestOf
Is Defined By https://w3id.org/bcom#
Description This property links a test procedure to its concrete placement activity whithin its test samples have been concreted.
Domain(s) bcom:Test (c)
Range(s) bcom:ConcretePlacement (c)

is test organisation of

Property Value
IRI https://w3id.org/bcom#IsTestOrganisationOf
Is Defined By https://w3id.org/bcom#
Description This property links an organization to its test procedures that have been performed by itself.
Domain(s) vcard:Organization (c)
Range(s) bcom:Test (c)

is test person of

Property Value
IRI https://w3id.org/bcom#IsTestPersonOf
Is Defined By https://w3id.org/bcom#
Description This property links a test examining person to its test procedures that have been performed by itslef.
Domain(s) vcard:Individual (c)
Range(s) bcom:Test (c)

is test sample of

Property Value
IRI https://w3id.org/bcom#IsTestSampleOf
Is Defined By https://w3id.org/bcom#
Description This property links a test sample to its test procedure within which it has been tested.
Domain(s) bcom:TestSample (c)
Range(s) bcom:Test (c)

stores sample

Property Value
IRI https://w3id.org/bcom#StoresSample
Is Defined By https://w3id.org/bcom#
Description This property links storage details to its test samples that has been stored under the specific storage conditions.
Domain(s) bcom:Storage (c)
Range(s) bcom:TestSample (c)

supplies concrete to

Property Value
IRI https://w3id.org/bcom#SuppliesConcreteTo
Is Defined By https://w3id.org/bcom#
Description This property links an organization to its concrete placement activities where it delivered concrete for.
Domain(s) vcard:Organization (c)
Range(s) bcom:ConcretePlacement (c)

Datatype Properties

air temperature, begin date, begin time, bulk density, class of monitoring, fresh concrete temperature, storage condition, conversion factor, date of concreting, date of stripping, delivery note, duration, end date, end time of placement, evaluation of test, final compressive strength, fresh concrete temperature, height, humidity, intermediate compressive strength, length, maturity of concrete, max air temperature, method of aftertreatment, min air temperature, normative reference, object temperature, quantity of concrete, rate of flow table test, sample ID, sampling date, temperature, tested characteristic, test date, test report, test time, test type, tested breaking load, tested density, voids ratio, weigth, width or dia,

air temperature

Property Value
IRI https://w3id.org/bcom#AirTemperature
Is Defined By https://w3id.org/bcom#
Description air temperature during concreting or testing on fresh concrete in degree Celsius
Domain(s) (bcom:ConcretePlacement (c) or bcom:TestSample (c))
Range(s) xsd:decimal (c)

begin date

Property Value
IRI https://w3id.org/bcom#BeginDate
Is Defined By https://w3id.org/bcom#
Description begin date of concrete curing with format year-month-day in yyyy-mm-dd
Domain(s) bcom:ConcreteCuring (c)
Range(s) xsd:date (c)

begin time

Property Value
IRI https://w3id.org/bcom#BeginTimeOfPlacement
Is Defined By https://w3id.org/bcom#
Description begin time of concrete placement with format hour-minute-second in hh:mm:ss
Domain(s) bcom:ConcreteDelivery (c)
Range(s) xsd:time (c)

bulk density

Property Value
IRI https://w3id.org/bcom#BulkDensity
Is Defined By https://w3id.org/bcom#
Description bulk density of fresh concrete in kg/m^3
Domain(s) bcom:FreshConcreteProperties (c)
Range(s) xsd:decimal (c)

class of monitoring

Property Value
IRI https://w3id.org/bcom#ClassOfMonitoring
Is Defined By https://w3id.org/bcom#
Description class of concrete monitoring according to DIN EN 13670 / DIN 1045-3 related to the properties of hardened concrete
Domain(s) bcom:ConcretePlacement (c)

fresh concrete temperature

Property Value
IRI https://w3id.org/bcom#ConcreteTemperature
Is Defined By https://w3id.org/bcom#
Description fresh concrete temperature during testing of properties in degree Celsius
Domain(s) bcom:FreshConcreteProperties (c)
Range(s) xsd:decimal (c)

storage condition

Property Value
IRI https://w3id.org/bcom#Condition
Is Defined By https://w3id.org/bcom#
Description description of storage conditions
Domain(s) bcom:Storage (c)
Range(s) xsd:string (c)

conversion factor

Property Value
IRI https://w3id.org/bcom#ConversionFactor
Is Defined By https://w3id.org/bcom#
Description conversion factor of compressive strength testing
Domain(s) bcom:ConformityOfCompressiveStrength (c)
Range(s) xsd:decimal (c)

date of concreting

Property Value
IRI https://w3id.org/bcom#DateOfConcreting
Is Defined By https://w3id.org/bcom#
Description date of concreting with format year-month-day in yyyy-mm-dd
Domain(s) bcom:ConcretePlacement (c)
Range(s) xsd:date (c)

date of stripping

Property Value
IRI https://w3id.org/bcom#DateOfStripping
Is Defined By https://w3id.org/bcom#
Description date of stripping with format year-month-day in yyyy-mm-dd
Domain(s) bcom:ConcretePlacement (c)
Range(s) xsd:date (c)

delivery note

Property Value
IRI https://w3id.org/bcom#DeliveryNote
Is Defined By https://w3id.org/bcom#
Description delivery note of mixed-ready concrete
Domain(s) bcom:ConcreteDelivery (c)
Range(s) xsd:anyURI (c)

duration

Property Value
IRI https://w3id.org/bcom#Duration
Is Defined By https://w3id.org/bcom#
Description duration of storage for test sample in days
Domain(s) bcom:Storage (c)
Range(s) xsd:decimal (c)

end date

Property Value
IRI https://w3id.org/bcom#EndDate
Is Defined By https://w3id.org/bcom#
Description end date of concrete curing with format year-month-day in yyyy-mm-dd
Domain(s) bcom:ConcreteCuring (c)
Range(s) xsd:date (c)

end time of placement

Property Value
IRI https://w3id.org/bcom#EndTimeOfPlacement
Is Defined By https://w3id.org/bcom#
Description end time of concrete placement with format hour-minute-second in hh:mm:ss
Domain(s) bcom:ConcreteDelivery (c)
Range(s) xsd:time (c)

evaluation of test

Property Value
IRI https://w3id.org/bcom#EvaluationOfTest
Is Defined By https://w3id.org/bcom#
Description evaluation of the mean value of the test in N/mm^2
Domain(s) bcom:ConformityOfCompressiveStrength (c)
Range(s) xsd:decimal (c)

final compressive strength

Property Value
IRI https://w3id.org/bcom#FinalCompressiveStrength
Is Defined By https://w3id.org/bcom#
Description result of the compressive strength of the respective test sample under consideration of the conversion factor in N/mm^2
Domain(s) bcom:ConformityOfCompressiveStrength (c)
Range(s) xsd:decimal (c)

fresh concrete temperature

Property Value
IRI https://w3id.org/bcom#FreshConcreteTemperature
Is Defined By https://w3id.org/bcom#
Description fresh concrete temperature before concrete placement in degree Celsius
Domain(s) bcom:ConcretePlacement (c)
Range(s) xsd:decimal (c)

height

Property Value
IRI https://w3id.org/bcom#Height
Is Defined By https://w3id.org/bcom#
Description height of a test sample as cube or as cylinder in mm
Domain(s) bcom:TestSample (c)
Range(s) xsd:decimal (c)

humidity

Property Value
IRI https://w3id.org/bcom#Humidity
Is Defined By https://w3id.org/bcom#
Description relative humidity of storage condition in %
Domain(s) bcom:Storage (c)
Range(s) xsd:decimal (c)

intermediate compressive strength

Property Value
IRI https://w3id.org/bcom#InterimCompressiveStrength
Is Defined By https://w3id.org/bcom#
Description intermediate result of the compressive strength of the respective sample without conversion factor of in N/mm^2
Domain(s) bcom:ConformityOfCompressiveStrength (c)
Range(s) xsd:decimal (c)

length

Property Value
IRI https://w3id.org/bcom#Length
Is Defined By https://w3id.org/bcom#
Description length of a test sample for cubes in mm
Domain(s) bcom:TestSample (c)
Range(s) xsd:decimal (c)

maturity of concrete

Property Value
IRI https://w3id.org/bcom#MaturityOfConcrete
Is Defined By https://w3id.org/bcom#
Description maturity of concrete in minutes
Domain(s) bcom:FreshConcreteProperties (c)
Range(s) xsd:decimal (c)

max air temperature

Property Value
IRI https://w3id.org/bcom#MaxAirTemperature
Is Defined By https://w3id.org/bcom#
Description maximum air temperature during post-treatment in degree Celsius
Domain(s) bcom:ConcreteCuring (c)
Range(s) xsd:decimal (c)

method of aftertreatment

Property Value
IRI https://w3id.org/bcom#MethodOfAftertreatment
Is Defined By https://w3id.org/bcom#
Description description for the method of concrete curing
Domain(s) bcom:ConcreteCuring (c)
Range(s) xsd:string (c)

min air temperature

Property Value
IRI https://w3id.org/bcom#MinAirTemperature
Is Defined By https://w3id.org/bcom#
Description minimum air temperature during post-treatment in degree Celsius
Domain(s) bcom:ConcreteCuring (c)
Range(s) xsd:decimal (c)

normative reference

Property Value
IRI https://w3id.org/bcom#NormativeReference
Is Defined By https://w3id.org/bcom#
Description norm or standard of the test method
Domain(s) bcom:ConformityOfCompressiveStrength (c)
Range(s) xsd:string (c)

object temperature

Property Value
IRI https://w3id.org/bcom#ObjectTemperature
Is Defined By https://w3id.org/bcom#
Description object temperature of a test sample in degree Celsius
Domain(s) bcom:TestSample (c)
Range(s) xsd:decimal (c)

quantity of concrete

Property Value
IRI https://w3id.org/bcom#QuantityOfConcrete
Is Defined By https://w3id.org/bcom#
Description quantity of the concrete placement in cubature m^3
Domain(s) bcom:ConcretePlacement (c)
Range(s) xsd:decimal (c)

rate of flow table test

Property Value
IRI https://w3id.org/bcom#RateOfFlowTableTest
Is Defined By https://w3id.org/bcom#
Description rate of flow table test according to DIN EN 12350-5 in mm
Domain(s) bcom:FreshConcreteProperties (c)
Range(s) xsd:decimal (c)

sample ID

Property Value
IRI https://w3id.org/bcom#SampleID
Is Defined By https://w3id.org/bcom#
Description name or ID of the test sample
Domain(s) bcom:TestSample (c)
Range(s) xsd:string (c)

sampling date

Property Value
IRI https://w3id.org/bcom#SamplingDate
Is Defined By https://w3id.org/bcom#
Description date of sampling with format year-month-day in yyyy-mm-dd
Domain(s) bcom:TestSample (c)
Range(s) xsd:date (c)

temperature

Property Value
IRI https://w3id.org/bcom#Temperature
Is Defined By https://w3id.org/bcom#
Description storage temperature in degree Celsius
Domain(s) bcom:Storage (c)
Range(s) xsd:decimal (c)

tested characteristic

Property Value
IRI https://w3id.org/bcom#TestCharacteristic
Is Defined By https://w3id.org/bcom#
Description the material property that has to be tested
Domain(s) bcom:ConformityOfCompressiveStrength (c)
Range(s) xsd:string (c)

test date

Property Value
IRI https://w3id.org/bcom#TestDate
Is Defined By https://w3id.org/bcom#
Description date of testing with format year-month-day in yyyy-mm-dd
Domain(s) bcom:Test (c)
Range(s) xsd:date (c)

test report

Property Value
IRI https://w3id.org/bcom#TestReport
Is Defined By https://w3id.org/bcom#
Description report of conformity test of concrete
Domain(s) bcom:Test (c)
Range(s) xsd:anyURI (c)

test time

Property Value
IRI https://w3id.org/bcom#TestTime
Is Defined By https://w3id.org/bcom#
Description time of testing with format hour-minute-second in hh:mm:ss
Domain(s) bcom:Test (c)
Range(s) xsd:time (c)

test type

Property Value
IRI https://w3id.org/bcom#TestType
Is Defined By https://w3id.org/bcom#
Description type of test as self-inspection or third-party monitoring
Domain(s) (bcom:ConcretePlacement (c) or bcom:Test (c))

tested breaking load

Property Value
IRI https://w3id.org/bcom#TestedBreakingLoad
Is Defined By https://w3id.org/bcom#
Description value of breaking load of test procedure in N
Domain(s) bcom:ConformityOfCompressiveStrength (c)
Range(s) xsd:decimal (c)

tested density

Property Value
IRI https://w3id.org/bcom#TestedDensity
Is Defined By https://w3id.org/bcom#
Description value of density from a sample in kg/m^3
Domain(s) bcom:ConformityOfCompressiveStrength (c)
Range(s) xsd:decimal (c)

voids ratio

Property Value
IRI https://w3id.org/bcom#VoidsRatio
Is Defined By https://w3id.org/bcom#
Description voids ratio of fresh concrete in V-%
Domain(s) bcom:FreshConcreteProperties (c)
Range(s) xsd:decimal (c)

weigth

Property Value
IRI https://w3id.org/bcom#Weigth
Is Defined By https://w3id.org/bcom#
Description weigth of a test sample in kg
Domain(s) bcom:TestSample (c)
Range(s) xsd:decimal (c)

width or dia

Property Value
IRI https://w3id.org/bcom#WidthOrDia
Is Defined By https://w3id.org/bcom#
Description width of a test sample as cube or diameter of a test sample as cylinder in mm
Domain(s) bcom:TestSample (c)
Range(s) xsd:decimal (c)

Named Individuals

Namespaces

  • default (:)
    • https://w3id.org/bcom#
  • bcom
    • https://w3id.org/bcom#
  • cc
    • http://creativecommons.org/ns#
  • dc
    • http://purl.org/dc/terms/
  • foaf
    • http://xmlns.com/foaf/0.1/
  • owl
    • http://www.w3.org/2002/07/owl#
  • prov
    • http://www.w3.org/ns/prov#
  • rdf
    • http://www.w3.org/1999/02/22-rdf-syntax-ns#
  • rdfs
    • http://www.w3.org/2000/01/rdf-schema#
  • sdo
    • https://schema.org/
  • skos
    • http://www.w3.org/2004/02/skos/core#
  • vann
    • http://purl.org/vocab/vann/
  • vcard
    • http://www.w3.org/2006/vcard/ns#
  • vs
    • http://www.w3.org/2003/06/sw-vocab-status/ns#
  • xml
    • http://www.w3.org/XML/1998/namespace
  • xsd
    • http://www.w3.org/2001/XMLSchema#

Legend

  • Classes: c
  • Object Properties: op
  • Functional Properties: fp
  • Data Properties: dp
  • Annotation Properties: dp
  • Properties: p
  • Named Individuals: ni

bcom's People

Contributors

libore avatar meshix avatar philhag avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

libore

bcom's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.